home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 May / PC Answers CD-ROM 7 (Future Publishing) (May 1995).iso / vbits / code / barlow / xlole.txt < prev   
Encoding:
Text File  |  1994-09-22  |  129 b   |  9 lines

  1. Option Explicit
  2.  
  3. Sub Command1_Click ()
  4. Set APPXL = GetObject(, "Excel.Application")
  5. Set XL = APPXL.Application
  6.  
  7. End Sub
  8.  
  9.